From 3e6fea05505ec263a8770c0711e35abec31f408c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Fri, 16 Mar 2018 09:40:57 +0100 Subject: [PATCH] widgetbowl: Add a proper description Instead of the copy/pasted one from the fishbowl demo. --- demos/gtk-demo/widgetbowl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/gtk-demo/widgetbowl.c b/demos/gtk-demo/widgetbowl.c index aadee03610..572ceb3492 100644 --- a/demos/gtk-demo/widgetbowl.c +++ b/demos/gtk-demo/widgetbowl.c @@ -1,8 +1,8 @@ /* Benchmark/Widgetbowl * - * This demo models the fishbowl demos seen on the web in a GTK way. - * It's also a neat little tool to see how fast your computer (or - * your GTK version) is. + * This is a version of the Fishbowl demo that instead shows different + * kinds of widgets, which is useful for comparing the rendering performance + * of theme specifics. */ #include -- 2.30.2